3.19.67 \(\int \frac {3+5 x}{\sqrt {1-2 x}} \, dx\)

Optimal. Leaf size=27 \[ \frac {5}{6} (1-2 x)^{3/2}-\frac {11}{2} \sqrt {1-2 x} \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 27, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.067, Rules used = {43} \begin {gather*} \frac {5}{6} (1-2 x)^{3/2}-\frac {11}{2} \sqrt {1-2 x} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(3 + 5*x)/Sqrt[1 - 2*x],x]

[Out]

(-11*Sqrt[1 - 2*x])/2 + (5*(1 - 2*x)^(3/2))/6

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rubi steps

\begin {align*} \int \frac {3+5 x}{\sqrt {1-2 x}} \, dx &=\int \left (\frac {11}{2 \sqrt {1-2 x}}-\frac {5}{2} \sqrt {1-2 x}\right ) \, dx\\ &=-\frac {11}{2} \sqrt {1-2 x}+\frac {5}{6} (1-2 x)^{3/2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 18, normalized size = 0.67 \begin {gather*} -\frac {1}{3} \sqrt {1-2 x} (5 x+14) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(3 + 5*x)/Sqrt[1 - 2*x],x]

[Out]

-1/3*(Sqrt[1 - 2*x]*(14 + 5*x))

________________________________________________________________________________________

IntegrateAlgebraic [A]  time = 0.01, size = 22, normalized size = 0.81 \begin {gather*} \frac {1}{6} (5 (1-2 x)-33) \sqrt {1-2 x} \end {gather*}

Antiderivative was successfully verified.

[In]

IntegrateAlgebraic[(3 + 5*x)/Sqrt[1 - 2*x],x]

[Out]

((-33 + 5*(1 - 2*x))*Sqrt[1 - 2*x])/6

________________________________________________________________________________________

fricas [A]  time = 0.96, size = 14, normalized size = 0.52 \begin {gather*} -\frac {1}{3} \, {\left (5 \, x + 14\right )} \sqrt {-2 \, x + 1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)/(1-2*x)^(1/2),x, algorithm="fricas")

[Out]

-1/3*(5*x + 14)*sqrt(-2*x + 1)

________________________________________________________________________________________

giac [A]  time = 1.03, size = 19, normalized size = 0.70 \begin {gather*} \frac {5}{6} \, {\left (-2 \, x + 1\right )}^{\frac {3}{2}} - \frac {11}{2} \, \sqrt {-2 \, x + 1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)/(1-2*x)^(1/2),x, algorithm="giac")

[Out]

5/6*(-2*x + 1)^(3/2) - 11/2*sqrt(-2*x + 1)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 15, normalized size = 0.56 \begin {gather*} -\frac {\left (5 x +14\right ) \sqrt {-2 x +1}}{3} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((5*x+3)/(-2*x+1)^(1/2),x)

[Out]

-1/3*(5*x+14)*(-2*x+1)^(1/2)

________________________________________________________________________________________

maxima [A]  time = 0.51, size = 19, normalized size = 0.70 \begin {gather*} \frac {5}{6} \, {\left (-2 \, x + 1\right )}^{\frac {3}{2}} - \frac {11}{2} \, \sqrt {-2 \, x + 1} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)/(1-2*x)^(1/2),x, algorithm="maxima")

[Out]

5/6*(-2*x + 1)^(3/2) - 11/2*sqrt(-2*x + 1)

________________________________________________________________________________________

mupad [B]  time = 0.02, size = 14, normalized size = 0.52 \begin {gather*} -\frac {\sqrt {1-2\,x}\,\left (10\,x+28\right )}{6} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((5*x + 3)/(1 - 2*x)^(1/2),x)

[Out]

-((1 - 2*x)^(1/2)*(10*x + 28))/6

________________________________________________________________________________________

sympy [A]  time = 0.97, size = 88, normalized size = 3.26 \begin {gather*} \begin {cases} - \frac {\sqrt {5} i \left (x + \frac {3}{5}\right ) \sqrt {10 x - 5}}{3} - \frac {11 \sqrt {5} i \sqrt {10 x - 5}}{15} & \text {for}\: \frac {10 \left |{x + \frac {3}{5}}\right |}{11} > 1 \\- \frac {\sqrt {5} \sqrt {5 - 10 x} \left (x + \frac {3}{5}\right )}{3} - \frac {11 \sqrt {5} \sqrt {5 - 10 x}}{15} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3+5*x)/(1-2*x)**(1/2),x)

[Out]

Piecewise((-sqrt(5)*I*(x + 3/5)*sqrt(10*x - 5)/3 - 11*sqrt(5)*I*sqrt(10*x - 5)/15, 10*Abs(x + 3/5)/11 > 1), (-
sqrt(5)*sqrt(5 - 10*x)*(x + 3/5)/3 - 11*sqrt(5)*sqrt(5 - 10*x)/15, True))

________________________________________________________________________________________